2020-2021 Sunseeker Telemetry and Lighting System
ctsd16_ex1_singleChContConv.c File Reference
#include "driverlib.h"

Go to the source code of this file.

Functions

void main (void)
 
void CTSD16_ISR (void)
 

Variables

uint32_t results [8]
 

Function Documentation

◆ CTSD16_ISR()

void CTSD16_ISR ( void  )

Definition at line 127 of file ctsd16_ex1_singleChContConv.c.

◆ main()

void main ( void  )

Definition at line 78 of file ctsd16_ex1_singleChContConv.c.

References __delay_cycles().

Variable Documentation

◆ results

uint32_t results[8]

This example uses the following peripherals and I/O signals. You must review these and change as needed for your own board:

  • CTSD16 peripheral
  • GPIO Port peripheral

This example uses the following interrupt handlers. To use this example in your own application you must add these interrupt handlers to your vector table.

  • CTSD16_VECTOR

Definition at line 76 of file ctsd16_ex1_singleChContConv.c.